Versions:

  • 0.10.3
  • 0.9.1.0

Nodist is a lightweight Windows-native version manager designed to simplify the simultaneous use of multiple Node.js and npm runtimes on the same workstation. Developed under the same publisher name, the tool addresses the common friction Windows developers encounter when projects require different Node engines or when teams need to test code against several release lines. Instead of manually editing PATH variables or juggling separate MSI installers, users install Nodist once and then switch runtime versions through a single command prompt call, project-level .node-version file, or persistent global setting. The utility intercepts node and npm invocations, resolves the requested version, downloads the corresponding official binaries on demand, and transparently forwards execution, eliminating the “wrong version” errors that often break builds or CI pipelines. Typical use cases include front-end build chains that rely on long-term-support Node for stability while newer prototypes require the latest V8 improvements, micro-service repositories each pinned to a specific engine, and automated test matrices that must validate libraries across 14.x, 16.x, 18.x and newer streams. Because Nodist stores releases in isolated directories and leaves the system directory untouched, rollback is instantaneous and uninstallation leaves no trace. The current stable release is 0.10.3, representing the second major iteration of the program; earlier milestones focused on basic version switching, whereas recent builds add transparent npm mirroring, 64-bit detection, and PowerShell compatibility. As a dedicated developer tool, Nodist sits in the “Version Managers” sub-category of programming utilities and complements rather than replaces full-fledged IDEs or containerized workflows. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.

Tags: